libexpat1-dev, expat, help2man,
libxml2-utils,
libusb-dev, zlib1g-dev,
- qtbase5-dev, qtwebengine5-dev, qttools5-dev-tools,
+ qtbase5-dev,
+ qtwebengine5-dev [amd64 arm64 armhf i386 mipsel],
+ qttools5-dev-tools,
imagemagick,
locales-all
Build-Depends-Indep: fop [!mips], xsltproc, docbook-xml,
This package contains the detailed documentation of gpsbabel.
Package: gpsbabel-gui
-Architecture: any
+Architecture: amd64 arm64 armhf i386 mipsel
Depends: ${shlibs:Depends}, ${misc:Depends}, gpsbabel (= ${binary:Version})
Description: GPS file conversion plus transfer to/from GPS units - GUI
GPSBabel converts waypoints, tracks, and routes from one format to
./gpsbabel
gui/Makefile: $(QUILT_STAMPFN)
- cd gui && qmake
+ set -e; cd gui; if dpkg -s qtwebengine5-dev; then \
+ qmake; \
+ else \
+ echo -e '#!/usr/bin/make -f\n\n%:\n\techo $$@' > Makefile ; \
+ fi
debian/gpsbabel.xpm: gui/images/appicon.png
convert -resize 32x32 $< $@
build-gui: build-gui-stamp
build-gui-stamp: gui/Makefile
- $(MAKE) gui
+ if dpkg -s qtwebengine5-dev; then $(MAKE) gui; fi
touch $@
clean: clean-patched unpatch